[INFO] cloning repository https://github.com/canmi21/totp-auth
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/canmi21/totp-auth" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcanmi21%2Ftotp-auth", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcanmi21%2Ftotp-auth'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] ddaa3026679f30db2614c1f479c94a7709a67304
[INFO] testing canmi21/totp-auth against master#f9988fefd3add01f414f52b414308e7872622fee for pr-155114
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcanmi21%2Ftotp-auth" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/canmi21/totp-auth
[INFO] removed 0 missing examples
[INFO] finished tweaking git repo https://github.com/canmi21/totp-auth
[INFO] tweaked toml for git repo https://github.com/canmi21/totp-auth written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/canmi21/totp-auth on toolchain f9988fefd3add01f414f52b414308e7872622fee
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f9988fefd3add01f414f52b414308e7872622fee" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/canmi21/totp-auth already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f9988fefd3add01f414f52b414308e7872622fee" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+f9988fefd3add01f414f52b414308e7872622fee" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 9120d8cefc71b2fba7d2792d6bba10a741af39c22981c69cdab2e1ad643c7cfd
[INFO] running `Command { std: "docker" "start" "-a" "9120d8cefc71b2fba7d2792d6bba10a741af39c22981c69cdab2e1ad643c7cfd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9120d8cefc71b2fba7d2792d6bba10a741af39c22981c69cdab2e1ad643c7cfd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9120d8cefc71b2fba7d2792d6bba10a741af39c22981c69cdab2e1ad643c7cfd", kill_on_drop: false }`
[INFO] [stdout] 9120d8cefc71b2fba7d2792d6bba10a741af39c22981c69cdab2e1ad643c7cfd
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+f9988fefd3add01f414f52b414308e7872622fee" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 12216a4fb3332632a62c145bb4e15334d6210090df275934d36c31c98dc3142d
[INFO] running `Command { std: "docker" "start" "-a" "12216a4fb3332632a62c145bb4e15334d6210090df275934d36c31c98dc3142d", kill_on_drop: false }`
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling sha1 v0.10.6
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling totp-auth v1.0.2 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s
[INFO] running `Command { std: "docker" "inspect" "12216a4fb3332632a62c145bb4e15334d6210090df275934d36c31c98dc3142d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "12216a4fb3332632a62c145bb4e15334d6210090df275934d36c31c98dc3142d", kill_on_drop: false }`
[INFO] [stdout] 12216a4fb3332632a62c145bb4e15334d6210090df275934d36c31c98dc3142d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+f9988fefd3add01f414f52b414308e7872622fee" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] eae6d3ed6cc00ca84ffbdd2c3e693d7d44ea6e4aba8f4255b4a01293a37bf2fd
[INFO] running `Command { std: "docker" "start" "-a" "eae6d3ed6cc00ca84ffbdd2c3e693d7d44ea6e4aba8f4255b4a01293a37bf2fd", kill_on_drop: false }`
[INFO] [stderr]    Compiling totp-auth v1.0.2 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.45s
[INFO] running `Command { std: "docker" "inspect" "eae6d3ed6cc00ca84ffbdd2c3e693d7d44ea6e4aba8f4255b4a01293a37bf2fd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "eae6d3ed6cc00ca84ffbdd2c3e693d7d44ea6e4aba8f4255b4a01293a37bf2fd", kill_on_drop: false }`
[INFO] [stdout] eae6d3ed6cc00ca84ffbdd2c3e693d7d44ea6e4aba8f4255b4a01293a37bf2fd
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+f9988fefd3add01f414f52b414308e7872622fee" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 642a4068eed7242dd0acde17891b1136d98d752160fe52431f6799b699129f5f
[INFO] running `Command { std: "docker" "start" "-a" "642a4068eed7242dd0acde17891b1136d98d752160fe52431f6799b699129f5f", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.04s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/totp-319f97f79eba4db3)
[INFO] [stdout] running 0 tests
[INFO] [stderr]    Doc-tests totp
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test src/totp.rs - totp::verify_combined_token (line 84) ... FAILED
[INFO] [stdout] test src/totp.rs - totp::generate_combined_token (line 54) ... FAILED
[INFO] [stdout] test src/totp.rs - totp::generate_token (line 23) ... FAILED
[INFO] [stdout] test src/totp.rs - totp::current_unix_time (line 133) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/totp.rs - totp::verify_combined_token (line 84) stdout ----
[INFO] [stdout] error[E0425]: cannot find function `current_unix_time` in this scope
[INFO] [stdout]   --> src/totp.rs:86:11
[INFO] [stdout]    |
[INFO] [stdout] 86 | let now = current_unix_time();
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]    |
[INFO] [stdout] 84 + use totp::current_unix_time;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `generate_combined_token` in this scope
[INFO] [stdout]   --> src/totp.rs:87:13
[INFO] [stdout]    |
[INFO] [stdout] 87 | let token = generate_combined_token(seeds, now, 30);
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]    |
[INFO] [stdout] 84 + use totp::generate_combined_token;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `verify_combined_token` in this scope
[INFO] [stdout]   --> src/totp.rs:88:9
[INFO] [stdout]    |
[INFO] [stdout] 88 | assert!(verify_combined_token(seeds, now, &token, 30, 1, "s"));
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]    |
[INFO] [stdout] 84 + use totp::verify_combined_token;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/totp.rs - totp::generate_combined_token (line 54) stdout ----
[INFO] [stdout] error[E0425]: cannot find function `generate_combined_token` in this scope
[INFO] [stdout]   --> src/totp.rs:56:13
[INFO] [stdout]    |
[INFO] [stdout] 56 | let token = generate_combined_token(seeds, 1700000000, 30);
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]    |
[INFO] [stdout] 54 + use totp::generate_combined_token;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/totp.rs - totp::generate_token (line 23) stdout ----
[INFO] [stdout] error[E0425]: cannot find function `generate_token` in this scope
[INFO] [stdout]   --> src/totp.rs:24:13
[INFO] [stdout]    |
[INFO] [stdout] 24 | let token = generate_token("secret", 1700000000, 30);
[INFO] [stdout]    |             ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/totp.rs - totp::current_unix_time (line 133) stdout ----
[INFO] [stdout] error[E0425]: cannot find function `current_unix_time` in this scope
[INFO] [stdout]    --> src/totp.rs:134:11
[INFO] [stdout]     |
[INFO] [stdout] 134 | let now = current_unix_time();
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]     |
[INFO] [stdout] 133 + use totp::current_unix_time;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/totp.rs - totp::current_unix_time (line 133)
[INFO] [stdout]     src/totp.rs - totp::generate_combined_token (line 54)
[INFO] [stdout]     src/totp.rs - totp::generate_token (line 23)
[INFO] [stdout]     src/totp.rs - totp::verify_combined_token (line 84)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 4 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.15s
[INFO] [stdout] 
[INFO] [stdout] all doctests ran in 0.36s; merged doctests compilation took 0.14s
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "642a4068eed7242dd0acde17891b1136d98d752160fe52431f6799b699129f5f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "642a4068eed7242dd0acde17891b1136d98d752160fe52431f6799b699129f5f", kill_on_drop: false }`
[INFO] [stdout] 642a4068eed7242dd0acde17891b1136d98d752160fe52431f6799b699129f5f
